DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection<T> Class / GetPageAsync Method

In This Topic
    GetPageAsync Method (C1AdoNetVirtualDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function GetPageAsync( _
       ByVal pageIndex As Integer, _
       ByVal startingIndex As Integer, _
       ByVal count As Integer, _
       Optional ByVal sortDescriptions As IReadOnlyList(Of SortDescription), _
       Optional ByVal filterExpression As FilterExpression, _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task(Of Tuple(Of Integer,IReadOnlyList(Of T)))

    Parameters

    pageIndex
    startingIndex
    count
    sortDescriptions
    filterExpression
    cancellationToken
    See Also